home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
PRINTERS
/
LM5
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-12-07
|
594b
|
28 lines
echo off
if (%1)==() goto whoops
cls
echo Now installing Label Master on Drive %1... sit back and relax
md %1:\lm5
copy LM5SHELL.EXE %1:\lm5
cls
%1:
cd\lm5
LM5SHELL
echo.
echo The subdirectory \LM5 now contains Label Master and documentation
echo files.
echo.
echo For instructions on how to use Label Master, select Services at
echo the Main Menu, then Option M -Print Users Manual.
echo.
echo Installation complete. Ready to start Label Master.
echo.
pause
cls
lm5
goto quit
:whoops
echo You forgot to type a drive letter, please try again...
:quit